Lucene search
+L
LinuxLinux Kernel

14998 matches found

CVE
CVE
added 2026/04/25 8:47 a.m.73 views

CVE-2026-31684

The CVE-2026-31684 issue is in the Linux kernel’s net/sched pathology (act_csum) where tcf_csum_act() reads nested VLAN headers directly from skb->data if the payload contains VLAN tags, and may read VLAN_HLEN bytes before guaranteeing the full header is present. The root cause is that the cod...

5.5CVSS5.5AI score0.00117EPSS
Save
CVE
CVE
added 2025/09/05 5:21 p.m.72 views

CVE-2025-39698

CVE-2025-39698 concerns the Linux kernel io_uring/futex cleanup: io_futex_data is allocated upfront and wired into io_kiocb.async_data, but the request flag REQ_F_ASYNC_DATA may not be set at that time. On failure, the futex handler frees the data but may not clear async_data, so the data and fla...

8.8CVSS5.9AI score0.00192EPSS
Save
CVE
CVE
added 2025/09/19 3:26 p.m.72 views

CVE-2025-39843

CVE-2025-39843 affects the Linux kernel mm/slub path. The vulnerability arises when set_track_prepare() can incur lock recursion due to waking up kswapd while holding per_cpu(hrtimer_bases)[n].lock (triggered via hrtimer_start_range_ns) under CONFIG_DEBUG_OBJECTS_TIMERS. The fix involves masking ...

5.5CVSS6AI score0.00115EPSS
Save
CVE
CVE
added 2025/10/01 7:42 a.m.72 views

CVE-2025-39899

CVE-2025-39899 concerns the Linux kernel mm/userfaultfd path where, on 32-bit ARM with CONFIG_HIGHPTE, move_pages_pte() maps PTE pages using kmap_local_page() and must unmap them in LIFO order. The current code unmapped dst_pte then src_pte in the same sequence, violating LIFO and triggering a ku...

5.5CVSS6.3AI score0.00144EPSS
Save
CVE
CVE
added 2025/10/09 9:47 a.m.72 views

CVE-2025-39955

The CVE-2025-39955 entry concerns the Linux kernel TCP Fast Open path. The root cause is that tcp_disconnect() failed to clear tcp_sk(sk)->fastopen_rsk, allowing the retransmit timer to trigger while a TFO socket is being reused, potentially delaying or missing a retransmission. The fix implem...

7.8CVSS6AI score0.00147EPSS
Save
CVE
CVE
added 2025/10/13 1:48 p.m.72 views

CVE-2025-39964

In CVE-2025-39964, the Linux kernel’s crypto/af_alg implementation now disallows concurrent writes to the same af_alg socket. The root cause is a race in af_alg_sendmsg where two writes could interleave or corrupt internal state; a new ctx->write field enforces exclusive ownership for writing....

7.8CVSS6.1AI score0.00302EPSS
Save
CVE
CVE
added 2026/01/13 3:31 p.m.72 views

CVE-2025-71074

CVE-2025-71074 concerns the Linux kernel’s functionfs subsystem, where a race between open and removal can leave a freed object referenced by file->private_data. The root cause is the way ffs->opened is updated; using atomic_dec_and_test() vs atomic_add_return() leads to a window where an o...

7.8CVSS6.1AI score0.00106EPSS
Save
CVE
CVE
added 2026/01/14 3:05 p.m.72 views

CVE-2025-71112

The CVE-2025-71112 entry concerns the Linux kernel net/hns3 VLAN handling. A VLAN ID may be used without validation when receiving a VLAN configuration mailbox from a VF, because vlan_del_fail_bmap length (BITS_TO_LONGS(VLAN_N_VID)) can permit out-of-bounds access if the VLAN ID is >= VLAN_N_V...

8.8CVSS6AI score0.00137EPSS
Save
CVE
CVE
added 2026/01/23 3:23 p.m.72 views

CVE-2025-71160

CVE-2025-71160 relates to the Linux kernel netfilter nf_tables chain validation. The vulnerability arises from the validator traversing the entire chain graph (base chains and chain jumps), which can trigger CPU soft lockups in nft_chain_validate under certain input paths. The change described ai...

5.5CVSS5.2AI score0.00167EPSS
Save
CVE
CVE
added 2026/02/04 4:08 p.m.72 views

CVE-2026-23109

CVE-2026-23109 affects the Linux kernel writeback subsystem. The vulnerability arises in fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes(), where the system must wait for all pages under writeback for data integrity. Because some mappings (e.g., FUSE) do not enforce data integr...

5.5CVSS5.2AI score0.00116EPSS
Save
CVE
CVE
added 2026/03/18 5:54 p.m.72 views

CVE-2026-23269

CVE-2026-23269 is an AppArmor/Linux kernel vulnerability where untrusted data is used as DFA start-state indices during unpack_pdb, enabling an out-of-bounds read in aa_dfa_next (via dfa->tables[YYTD_ID_BASE][start]). The issue is tied to the AppArmor LSM component and the root cause is readin...

7.1CVSS5.7AI score0.00131EPSS
Save
CVE
CVE
added 2026/05/06 11:28 a.m.72 views

CVE-2026-43209

CVE-2026-43209 – minix filesystem sanity check in Linux kernel : The minix filesystem implementation lacked proper sanity checks in minix_check_superblock(), notably for s_log_zone_size, which the patch now enforces (only 0 is supported). The update also adds sanity checks for other superblock fi...

5.5CVSS5.8AI score0.00128EPSS
Save
CVE
CVE
added 2026/05/06 11:28 a.m.72 views

CVE-2026-43229

The CVE-2026-43229 issue affects the Linux kernel via the chips-media wave5 driver. The root cause is an incorrect device cleanup order: video device unregistration was performed after power/runtime disable and hardware power-down, allowing a kthread worker to read hardware registers after autosu...

5.5CVSS5.7AI score0.00127EPSS
Save
CVE
CVE
added 2026/05/27 12:17 p.m.72 views

CVE-2026-45931

The CVE-2026-45931 issue affects the Linux kernel’s accel/amdxdna module. A crash can occur in iommu_sva_unbind_device() when it accesses iommu_mm after the associated mm structure has been freed. The fix is to take an explicit reference to the mm structure after successfully binding the device a...

7.8CVSS5.8AI score0.00174EPSS
Save
CVE
CVE
added 2026/05/27 12:59 p.m.72 views

CVE-2026-46098

CVE-2026-46098 affects the Linux kernel caif driver. The vulnerability arises when, after remote shutdown, caif_connect() tears down a client by calling caif_disconnect_client() and caif_free_client(), where caif_free_client() releases the service layer pointer but leaves adap_layer->dn dangli...

5.5CVSS5.8AI score0.00123EPSS
Save
CVE
CVE
added 2026/06/03 3:50 p.m.72 views

CVE-2026-46265

The CVE-2026-46265 issue affects the Linux kernel RDMA/hns path. When sunrpc is in use and a reset occurs, QP destruction may lead to a WQ_MEM_RECLAIM dependency warning during workqueue flushing, risking kernel instability. The fixed code fixes the WQ_MEM_RECLAIM handling in the RDMA/hns path (Q...

7.5CVSS5.8AI score0.00371EPSS
Save
CVE
CVE
added 2026/06/03 4:19 p.m.72 views

CVE-2026-46273

The CVE-2026-46273 entry describes a Linux kernel vulnerability in the ibmveth driver affecting Power systems: GSO offload fails when MSS < 224 bytes, potentially freezing the network adapter and causing DoS until a manual reset. The fix adds an ndo_features_check to disable GSO for MSS 1; si...

8.6CVSS5.6AI score0.00389EPSS
Save
CVE
CVE
added 2026/06/08 3:46 p.m.72 views

CVE-2026-46303

The CVE-2026-46303 vulnerability affects the Linux kernel isofs Rock Ridge CE handling. rock_continue() could use rs->cont_extent without validating the block number, allowing potential reads of data from an adjacent filesystem via sb_bread() on crafted ISO mounts. The issue was addressed by p...

8.2CVSS5.6AI score0.00312EPSS
Save
CVE
CVE
added 2026/06/08 3:46 p.m.72 views

CVE-2026-46307

CVE-2026-46307 affects the Linux kernel ath5k driver, where a UBSAN-detected array-index-out-of-bounds in ath5k_tasklet_tx can write beyond a 4-entry ieee80211_tx_rate array, potentially overwriting the next info->status field (ack_signal). Rootcause: ts_final_idx may be 3, causing an out-of-b...

8.3CVSS5.4AI score0.0022EPSS
Save
CVE
CVE
added 2026/06/24 4:28 p.m.72 views

CVE-2026-52982

The CVE-2026-52982 issue affects the Linux kernel driver rtl8150 for Realtek RTL8150 USB Ethernet devices. A use-after-free (UAF) can occur in rtl8150_start_xmit() when reading skb->len for tx_bytes statistics after usb_submit_urb() is issued, because the skb may be freed in the USB completion...

9.8CVSS5.7AI score0.00536EPSS
Save
CVE
CVE
added 2026/07/01 1:32 p.m.72 views

CVE-2026-53335

The CVE-2026-53335 issue concerns the Linux kernel DAMON_LRU_SORT path (mm/damon/lru_sort). The root cause is damon_ctx allocation failure in the init path, which may lead to a NULL ctx passed to damon_commit_ctx() and a NULL pointer dereference. The documented fix is to return -ENOMEM if ctx is ...

5.5CVSS6.2AI score0.0017EPSS
Save
CVE
CVE
added 2026/07/01 1:32 p.m.72 views

CVE-2026-53356

CVE-2026-53356 concerns the Linux kernel’s DRM i915 GEM phys BO handling. The issue stems from sg_page() returning a struct page pointer instead of a void*, which makes pread/pwrite offset scaling incorrect and risks accessing inappropriate parts of the BO when a non-zero offset is used. The vuln...

7.8CVSS5.8AI score0.00127EPSS
Save
CVE
CVE
added 2000/02/04 5:00 a.m.71 views

CVE-1999-0257

CVE-1999-0257 corresponds to the Nestea variation of the teardrop IP fragmentation denial-of-service attack. The connected documents consistently describe a network DoS via IP fragmentation handling, without citing concrete affected products, versions, or a confirmed remediation patch within the ...

5CVSS6.8AI score0.01423EPSS
Save
CVE
CVE
added 2002/08/31 4:00 a.m.71 views

CVE-2001-1397

CVE-2001-1397 affects the System V shared memory implementation in the Linux kernel before version 2.2.19. The issue allows attackers to modify recently freed memory within SYSV shared memory. Public sources consistently describe this as a kernel memory handling flaw rather than a user-space vuln...

2.1CVSS5.3AI score0.0044EPSS
Save
CVE
CVE
added 2006/01/23 10:00 p.m.71 views

CVE-2002-1571

CVE-2002-1571 affects the Linux 2.4 kernel pre-2.4.19. The root cause is that the fninit instruction is assumed to clear all registers, which can cause an information leak on processors that do not clear all relevant SSE registers. The practical impact is potential leakage of information (partial...

2.1CVSS6.1AI score0.00401EPSS
Save
CVE
CVE
added 2004/06/03 4:00 a.m.71 views

CVE-2004-0228

CVE-2004-0228 refers to an integer signedness error in the cpufreq /proc handler (cpufreq_procctl) of the Linux 2.6 kernel, enabling local users to escalate privileges to kernel level. The issue is discussed in multiple advisories (e.g., SUSE, Gentoo GLSA 200407-02, Fedora 2004-111) as part of Li...

7.2CVSS6AI score0.00772EPSS
Save
CVE
CVE
added 2004/05/05 4:00 a.m.71 views

CVE-2004-0229

CVE-2004-0229 affects the Linux kernel 2.6.x framebuffer driver, where the fb_copy_cmap function is not used correctly to copy cmap structures. The impact is listed as unknown in the primary CVE records, with local access required (attack vector: LOCAL, low complexity, no authentication). Connect...

4.6CVSS6.2AI score0.00407EPSS
Save
CVE
CVE
added 2005/10/25 4:00 a.m.71 views

CVE-2004-2536

Summary of CVE-2004-2536 : The Linux kernel 2.6.x releases up to 2.6.5 contain a fault in the exit_thread path (process.c) where per-TSS io_bitmap pointers are not invalidated when a process obtains IO permissions via ioperm and later exits. This can allow other processes to access the per-TSS po...

7.5CVSS7AI score0.02338EPSS
Save
CVE
CVE
added 2005/03/09 5:00 a.m.71 views

CVE-2005-0207

CVE-2005-0207 corresponds to an unknown vulnerability in Linux kernel 2.4.x, 2.5.x, and 2.6.x where NFS clients can trigger a denial of service via NFS client O_DIRECT error handling. The issue is documented in multiple advisories (RHSA-2005:366 / CESA-2005:366) and CentOS/Ubuntu/NVD entries. Aff...

2.1CVSS6.2AI score0.0041EPSS
Save
CVE
CVE
added 2005/10/07 4:00 a.m.71 views

CVE-2005-1764

CVE-2005-1764 is a kernel vulnerability affecting Linux 2.6 on 64-bit x86 (x86_64). The issue arises because the 47‑bit address page guard is not used, leaving the system vulnerable to local DoS via AMD K8 bug exploitation. Documents confirm the flaw and note that updates/patches were released (e...

2.1CVSS6.1AI score0.00393EPSS
Save
CVE
CVE
added 2005/10/11 4:00 a.m.71 views

CVE-2005-3119

CVE-2005-3119 affects the Linux kernel 2.6.10 through 2.6.13, where a memory leak in request_key_auth_destroy (within request_key_auth) can be exploited by a local user to cause denial of service via excessive authorization token keys. The connected advisories indicate this vulnerability is addre...

2.1CVSS5.9AI score0.0039EPSS
Save
CVE
CVE
added 2005/11/22 8:00 p.m.71 views

CVE-2005-3753

CVE-2005-3753 affects the Linux kernel in the 2.6.x line, around versions near 2.6.12 up to 2.6.13.1. The issue could allow a denial of service (an Oops) via certain IPSec packets that trigger alignment problems in standard multi-block cipher processors. The description notes it is not clear whet...

7.8CVSS6.5AI score0.01439EPSS
Save
CVE
CVE
added 2005/11/25 9:00 p.m.71 views

CVE-2005-3808

The CVE-2005-3808 issue affects the Linux kernel (versions 2.6.11–2.6.14). A 32‑bit system executing 64‑bit mmap calls can trigger an integer overflow in invalidate_inode_pages2_range, allowing local users to cause a denial of service (hang). Multiple advisories confirm the vulnerability across d...

4.9CVSS6.1AI score0.00772EPSS
Save
CVE
CVE
added 2006/01/09 8:00 p.m.71 views

CVE-2005-4351

CVE-2005-4351 – Summary (concrete details from connected docs): The vulnerability affects BSD Securelevels implementations in FreeBSD (up to 6.0-STABLE and 7.0-CURRENT), OpenBSD (up to 3.8), DragonFly (up to 1.2), and Linux (up to 2.6.15). The root cause is that, while securelevels protect files ...

4.3CVSS6.5AI score0.00426EPSS
Save
CVE
CVE
added 2006/03/07 2:00 a.m.71 views

CVE-2006-0555

Vulnerability: CVE-2006-0555 affects the Linux kernel prior to 2.6.15.5, where NFS client operations using O_DIRECT can cause the kernel to panic and crash (local denial of service). Affected product is the Linux kernel; root cause relates to direct I/O handling for NFS. Public advisories from Re...

2.1CVSS5.8AI score0.00422EPSS
Save
CVE
CVE
added 2006/06/23 10:00 a.m.71 views

CVE-2006-3085

CVE-2006-3085 affects the Linux kernel’s SCTP handling in xt_sctp within netfilter, where an SCTP chunk of length 0 can trigger a DoS either by an infinite loop (or crash in some reports). The vulnerability is listed as applicable to kernels before 2.6.17.1. Public references from multiple source...

7.8CVSS6.1AI score0.03141EPSS
Save
CVE
CVE
added 2010/04/20 3:00 p.m.71 views

CVE-2010-1488

The CVE-2010-1488 issue affects the Linux kernel prior to 2.6.34-rc4, where proc_oom_score in fs/proc/base.c selects a candidate for the OOM killer using inappropriate data structures. This could allow local users to trigger a denial of service via certain task-creation patterns. The vulnerabilit...

2.1CVSS6.2AI score0.0034EPSS
Save
CVE
CVE
added 2017/02/06 6:04 a.m.71 views

CVE-2010-5328

The CVE affects the Linux kernel, specifically signals targeting a process group ID of zero reaching the swapper due to a flaw in include/linux/init_task.h prior to 2.6.35. This allows a local user to trigger a denial of service (system crash). The vulnerability is caused by insufficient filterin...

5.5CVSS5.1AI score0.00433EPSS
Save
CVE
CVE
added 2017/01/12 8:00 p.m.71 views

CVE-2016-8460

CVE-2016-8460 : An information disclosure in the NVIDIA Tegra kernel driver (NVMAP) could leak uninitialized stack memory to a local user, enabling data exposure. Affected: Android on Kernel-3.10 (Nexus 9 cited). Impact per sources: information disclosure; CVSS v3 base 5.5 (medium). Remediation: ...

5.5CVSS5.2AI score0.00787EPSS
Save
CVE
CVE
added 2017/01/12 8:00 p.m.71 views

CVE-2016-8475

CVE-2016-8475 describes an information-disclosure vulnerability in the HTC input driver on Android platforms running kernel 3.18. A local malicious application could access data outside its normal permission set after compromising a privileged process. The issue is documented as affecting Android...

4.7CVSS4.4AI score0.00771EPSS
Save
CVE
CVE
added 2017/04/05 2:00 p.m.71 views

CVE-2017-0330

CVE-2017-0330 affects NVIDIA’s Tegra kernel via the NVIDIA crypto driver. The connected NVIDIA security bulletin details that the vulnerability arises from a user-supplied pointer not being correctly validated in the crypto driver, potentially enabling denial of service or privilege escalation. A...

4.7CVSS4.1AI score0.01075EPSS
Save
CVE
CVE
added 2017/05/02 9:00 p.m.71 views

CVE-2017-0331

CVE-2017-0331 (NVIDIA Tegra kernel driver, NVMAP): An elevation-of-privilege/DoS issue where untrusted data can change between validation and use, potentially allowing a local attacker to escalate privileges or cause kernel-state impact. Affected context references Android on kernel 3.10 and the ...

9.3CVSS7.2AI score0.00716EPSS
Save
CVE
CVE
added 2017/02/08 3:00 p.m.71 views

CVE-2017-0435

CVE-2017-0435 is an elevation-of-privilege in the Qualcomm sound driver affecting Android kernels (Kernel-3.10 and Kernel-3.18). The vulnerability could let a local malicious app execute arbitrary code in the kernel context after compromising a privileged process. The CVE is documented with Qualc...

7.6CVSS6.6AI score0.00773EPSS
Save
CVE
CVE
added 2017/02/08 3:00 p.m.71 views

CVE-2017-0437

CVE-2017-0437 is an elevation-of-privilege vulnerability in the Qualcomm Wi‑Fi driver on Android. The issue could allow a local malicious app to execute arbitrary code in the kernel context by exploiting the Qualcomm Wi‑Fi driver, with the Android kernel versions cited as Kernel-3.10 and Kernel-3...

7.6CVSS6.6AI score0.0087EPSS
Save
CVE
CVE
added 2017/03/08 1:00 a.m.71 views

CVE-2017-0519

CVE-2017-0519 describes an elevation-of-privilege vulnerability in the Qualcomm fingerprint sensor driver for Android (kernel 3.18). A local attacker could exploit this to execute arbitrary code in the kernel context by compromising a privileged process. The entry remains focused on Android and k...

7.6CVSS6.6AI score0.01542EPSS
Save
CVE
CVE
added 2017/04/07 10:00 p.m.71 views

CVE-2017-0573

CVE-2017-0573 describes an elevation of privilege in the Broadcom Wi‑Fi driver used by Android, enabling a local malicious application to execute arbitrary code in the kernel. Affected: Android on Kernel-3.10 and Kernel-3.18. Root cause: elevation of privilege via Broadcom Wi‑Fi driver; no specif...

7.6CVSS6.9AI score0.01496EPSS
Save
CVE
CVE
added 2017/04/07 10:00 p.m.71 views

CVE-2017-0577

CVE-2017-0577 is an elevation-of-privilege vulnerability in the HTC touchscreen driver for Android kernels (kernel 3.18) that could let a local malicious app execute code in the kernel context. The issue is triggered by compromising a privileged process and does not require network access or user...

7.6CVSS6.9AI score0.01496EPSS
Save
CVE
CVE
added 2024/07/16 11:44 a.m.71 views

CVE-2022-48819

Summary: CVE-2022-48819 affects the Linux kernel TCP path. When mixing sendpage() data and MSG_ZEROCOPY via the same socket, a warning in inet_sock_destruct() (sk_forward_alloc_get(sk)) could be triggered, due to the sendpage() path being forgotten in zerocopy handling and the need to keep zeroco...

5.5CVSS6.5AI score0.00231EPSS
Save
CVE
CVE
added 2025/10/07 3:19 p.m.71 views

CVE-2022-50509

CVE-2022-50509 is a Linux kernel vulnerability in media: coda where kmalloc return value is not checked, risking NULL pointer dereference. The issue was fixed by adding a return-value check to kmalloc usage to prevent dereferencing a NULL pointer. Affected component: Linux kernel (media: coda) wi...

5.5CVSS6.1AI score0.00161EPSS
Save
CVE
CVE
added 2023/04/06 12:00 a.m.71 views

CVE-2023-20674

The CVE-2023-20674 issue affects the WLAN component in MediaTek devices, caused by an out-of-bounds read due to a missing bounds check. This vulnerability could allow local information disclosure and may enable system-level execution privileges, with no user interaction required. Multiple feeds (...

4.4CVSS4.2AI score0.00093EPSS
Save
Total number of security vulnerabilities14998